home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
-
- Segment: SampleList.h
-
- ***********************************************************************/
-
- /********** Prototypes */
- extern Boolean MyListDialog( void );
- extern pascal Boolean MyListEventFilter( DialogPtr theDialog,
- EventRecord *theEvent,
- short *itemHit );
- extern void MyListDoContent( WindowPtr w,
- EventRecord *e,
- short *itemHit );
- extern void MyFrameList( WindowPtr w,
- ListHandle *myList );
-
- // End of File